| Fully Qualified Name: | Laminas\Db\ResultSet\ResultSetInterface |
| Extends: | Traversable, Countable |
| Name | Description | Defined By |
|---|---|---|
| getFieldCount() | Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data | ResultSetInterface |
| initialize() | Can be anything traversable|array | ResultSetInterface |
Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data
Returns: mixed
Can be anything traversable|array
| Parameter Name | Type | Description |
|---|---|---|
| $dataSource | ||
| $dataSource |
Returns: mixed